home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / pendekar.swf / scripts / DefineButton2_721 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-08  |  186b  |  5 lines

  1. on(release){
  2.    _root.difficulty = _root.difficulty != "normal" ? (_root.difficulty = "normal") : (_root.difficulty = "easy");
  3.    difficulty.text = _root.difficulty.toUpperCase();
  4. }
  5.